Skip to content

chore(deps): bump tar from 7.5.11 to 7.5.16#23

Merged
joshuanapoli merged 1 commit into
mainfrom
dependabot/npm_and_yarn/tar-7.5.16
Jun 23, 2026
Merged

chore(deps): bump tar from 7.5.11 to 7.5.16#23
joshuanapoli merged 1 commit into
mainfrom
dependabot/npm_and_yarn/tar-7.5.16

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps tar from 7.5.11 to 7.5.16.

Commits
  • cf21338 7.5.16
  • 21a8220 do not apply PAX header fields to meta entries
  • 52632cf update project deps
  • 302f51f fix inconsequential typo in PENDINGLINKS symbol name
  • 55dbb99 remove some uses of mutate-fs
  • 87cc309 7.5.15
  • 7aef486 fix: regression in pending links detection
  • 6244eb3 7.5.14
  • 9704d8c stricter protection against hardlinks preempting their targets
  • 700734f update workflows and deps
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.11 to 7.5.16.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v7.5.11...v7.5.16)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.16
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 23, 2026

@joshuanapoli joshuanapoli left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary

Bumps tar 7.5.11 → 7.5.16 (patch releases). Transitive build-time dependency (via cacache/node-gyp tooling chains). Not used directly in app code.

Risks

LOW. Patch-level updates. tar is not imported anywhere in the codebase; it is a transitive dependency of build/install tooling. Changes are bug fixes: stricter hardlink-preemption protection, fix for pending-links detection regression, and not applying PAX header fields to meta entries. No API changes. CI (test) is green.

Analysis

  • grep confirms no direct import of tar.
  • 7.5.12–7.5.16 commits are security/robustness fixes around hardlinks and PAX headers, plus a regression fix in pending-links detection.
  • Existing test suite passes.

@joshuanapoli joshuanapoli merged commit e5cca2a into main Jun 23, 2026
1 check passed
@joshuanapoli joshuanapoli deleted the dependabot/npm_and_yarn/tar-7.5.16 branch June 23, 2026 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant